Api.WriteAxisCustomOutput1 method
Writes a value into the first custom output variable you added in IntervalZeroDevices database
or UserDevices database
, in which you can use KINGSTAR ESI Import Tool to add two custom output variables.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError WriteAxisCustomOutput1(
int Index,
uint Value
)
Public Function WriteAxisCustomOutput1(
Index As Integer,
Value As UInteger
) As KsError
Parameters
Index
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Value
Type: uint
The value to be written into the first custom output variable.
Return value
Type: KsError
A return code of a method.
Usable EtherCAT states
ecatOP
Examples
N/A
See also